home *** CD-ROM | disk | FTP | other *** search
/ Animation / Animation Vol.1 (Profi ROM)(1994).iso / pool / updates / symantec / rtlinc.exe / COMMDLG.H < prev    next >
C/C++ Source or Header  |  1993-06-30  |  215b  |  13 lines

  1. /* copyright 1993  - Symantec Corporation */
  2. /* wrapper for the two different commdlg.h */
  3.  
  4. #ifndef _INC_COMMDLG
  5.  
  6. #ifdef __NT__
  7. #include <win32\commdlg.h>
  8. #else
  9. #include <win16\commdlg.h>
  10. #endif
  11.  
  12. #endif
  13.